MAKE SNOW PARTICLES

This command will create a particles object and set it to act like a snow drift.

  Syntax
MAKE SNOW PARTICLES Particle Number, Image Number, Frequency, X, Y, Z, Width, Height, Depth
  Parameters
Particle Number
Integer
The particle object number
Image Number
Integer
The image number
Frequency
Integer
The x position value
X
Float
The y position value
Y
Float
The z position value
Z
Float
The width value
Width
Float
The height value
Height
Float
The depth value
Depth
Float
Specify the depth value.

  Returns

This command does not return a value.

  Description

The area specified by the position and size is identical to that of a box created with the same dimensions.

  Example Code
load image "snow.bmp",1
make snow particles1, 1, 500,-5,5,5, 10,10,10
do
loop
delete particles 1
end
  See also

PARTICLES Commands Menu
Index